home *** CD-ROM | disk | FTP | other *** search
/ Click 5 / Click 5.iso / data / game5.dat / scripts / frame_54 / DoAction.as
Text File  |  2002-11-22  |  172b  |  10 lines

  1. stopAllSounds();
  2. setProperty("/Game", _visible, 0);
  3. gotoAndStop(2);
  4. setProperty("/Rating", _visible, 1);
  5. tellTarget("/Rating")
  6. {
  7.    gotoAndStop("Save");
  8. }
  9. stop();
  10.